home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Advanced SystemCare / asc-setup.exe / {app} / tb / chrome / iobitcom.jar / content / alertMain.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-23  |  2.6 KB  |  83 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://iobitcom/skin/alert/alert.css" type="text/css"?>
  4.  
  5. <window
  6.   windowtype="EBAlertMainType"
  7.   id="EBAlertMainId"
  8.   xmlns:html="http://www.w3.org/1999/xhtml"
  9.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.   onload="alertManager.onload(this)"
  11.   hidechrome="true"
  12.   class="alertWindow"
  13.   style="background-color:White"
  14.   width="313"
  15.   height="133">
  16.  
  17.   <script type="application/x-javascript"  src="chrome://iobitcom/content/ctoolbar.js" />
  18.   <script type="application/x-javascript">
  19.     <![CDATA[
  20.       alertManager = new EBAlertDialogFF2_CT2384137();
  21.       //onload="alertManager.onload(this)"
  22.     ]]>
  23.  
  24.   </script>
  25.  
  26.   <vbox class="mainVBox">
  27.     <!-- Title -->
  28.     <hbox class="titleHBox">
  29.       <spacer width="8" />
  30.       <titlebar flex="1">
  31.         <vbox>
  32.           <box flex="1" />
  33.           <hbox>
  34.             <html:div>
  35.               <html:img src="" alt="" id="imgLogo" />
  36.             </html:div>
  37.             <label id="lblHeaderText" value="" class="lblHeaderText"/>
  38.           </hbox>
  39.           <box flex="1" />
  40.         </vbox>
  41.       </titlebar>
  42.  
  43.       <html:div>
  44.         <image id="imgSettings" ebClasses="imgSettings;imgTitle;imgTitle_hover;imgTitle_dn;" />
  45.       </html:div>
  46.       <spacer width="5" />
  47.       <html:div>
  48.         <image id="imgClose" ebClasses="imgClose;imgTitle;imgTitle_hover;imgTitle_dn;" />
  49.       </html:div>
  50.       <spacer width="5" />
  51.     </hbox>
  52.  
  53.     <!-- Body -->
  54.     <vbox class="bodyBox">
  55.       <browser id="frameMsg" style="border:0px; margin-left:3px; margin-right:3px; overflow:hidden;" autoscroll="false" width="200" height="64" type="content"/>
  56.       <!-- Paging -->
  57.       <hbox id="boxPaging" style="display:none;" dir="ltr">
  58.         <box flex="1" />
  59.  
  60.         <html:div>
  61.           <image id="imgPrev" ebClasses="imgPrev;imgBtnPaging;imgBtnPaging_hover;imgBtnPaging_dn;imgBtnPaging_disabled" />
  62.         </html:div>
  63.         <spacer width="6" />
  64.         <label id="lblCurrentPage" class="pagingNumbers" />
  65.         <label value="of" class="pagingNumbers" />
  66.         <label id="lblTotalPages" class="pagingNumbers" />
  67.         <spacer width="6" />
  68.         <html:div>
  69.           <image id="imgNext" ebClasses="imgNext;imgBtnPaging;imgBtnPaging_hover;imgBtnPaging_dn;imgBtnPaging_disabled" />
  70.         </html:div>
  71.  
  72.         <spacer width="10px" />
  73.       </hbox>
  74.       <!-- Paging end -->
  75.  
  76.     </vbox>
  77.     <!-- Body ends -->
  78.   </vbox>
  79. </window>
  80.  
  81.   
  82.   
  83.